PurchaseGoodCategory entities
Name | Type | Is Mandatory |
---|---|---|
HierarchyNode | String | |
ParentHierarchyNode | String | |
HierarchyLevel | Int16 | |
PurchaseGoodCategoryId | Int16 | |
Identifier | String | |
SourceId | Int16 | |
Label | String | |
BrandId | Int32 | |
PurchaseGoodCategoryPath | String | |
DeletionFlag | Boolean | |
Brand | Brand | |
ContactInterests | Collection of ContactInterest | |
PurchaseGoods | Collection of PurchaseGood | |
Source | Source | |
PurchaseGoodCategoryTranslations | Collection of PurchaseGoodCategoryTranslation | |
Segments | Collection of Segment |
Select all PurchaseGoodCategories
https://customerapi.fts-crm360.com/data/PurchaseGoodCategories()
HttpMethod : GET
Json Result :
[
{
"HierarchyNode" : "xo6yXBWrux 80G4",
"ParentHierarchyNode" : "Eh5uZyFt sBA",
"HierarchyLevel" : "3",
"PurchaseGoodCategoryId" : "4",
"Identifier" : "jM P1EgLFqd",
"SourceId" : "1",
"Label" : "UjRxZQrl99T",
"BrandId" : "99",
"PurchaseGoodCategoryPath" : "NXp UWTVaw 1B",
"DeletionFlag" : "True"
},
{
"HierarchyNode" : "V D5urZ1 PnCu",
"ParentHierarchyNode" : "lNsQT1IhFVGvD3zc5",
"HierarchyLevel" : "4",
"PurchaseGoodCategoryId" : "8",
"Identifier" : "QJ5YP1",
"SourceId" : "8",
"Label" : "OusSkf hHluh",
"BrandId" : "42",
"PurchaseGoodCategoryPath" : "ttz nfC8VRLmjbTT",
"DeletionFlag" : "True"
},
...
]
Select PurchaseGoodCategory by Id
https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(7)
HttpMethod : GET
Json Result :
{
"HierarchyNode" : "nSXoz",
"ParentHierarchyNode" : "iDQVUnV",
"HierarchyLevel" : "7",
"PurchaseGoodCategoryId" : "5",
"Identifier" : "MkQOTdRZaG8",
"SourceId" : "9",
"Label" : "OzkReyfWD",
"BrandId" : "82",
"PurchaseGoodCategoryPath" : "axn o0",
"DeletionFlag" : "True"
}
Create a PurchaseGoodCategory
https://customerapi.fts-crm360.com/data/PurchaseGoodCategories()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "GuvMu",
"ParentHierarchyNode" : "8NsMlr",
"HierarchyLevel" : "1",
"Identifier" : "uV156EHlaI2r",
"SourceId" : "6",
"Label" : "xQD XHD0Dv",
"BrandId" : "65",
"PurchaseGoodCategoryPath" : "Y0RndvvFRS",
"DeletionFlag" : "False"
}
Informations :
- Non mandatory fields are optional for Json Post
Update a PurchaseGoodCategory
https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(7)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "9HTC2bWjbaIwT5c3QF",
"ParentHierarchyNode" : "arSTzqG7",
"HierarchyLevel" : "6",
"PurchaseGoodCategoryId" : "2",
"Identifier" : "QDpbJ7gA3LI",
"SourceId" : "4",
"Label" : "dtb oYB4tuOqzeYvf",
"BrandId" : "79",
"PurchaseGoodCategoryPath" : "8KDG2wfWPND",
"DeletionFlag" : "True"
}
Informations :
- Non mandatory fields are optional for Json Post
Patch a PurchaseGoodCategory
https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(7)
HttpMethod : PATCH
Json Post :
{
"PurchaseGoodCategoryPath" : "4dU8qG6tbXW5NdHAnH",
"Label" : "WXaq lkDHAxrpbW",
"DeletionFlag" : "False"
}
Informations :
- Non mandatory fields are optional for Json Post
Delete a PurchaseGoodCategory
https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(7)
HttpMethod : DELETE
Translate a PurchaseGoodCategory label
https://customerapi.fts-crm360.com/data/PurchaseGoodCategories(7)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3